Use PEGetParameterPickListOption to retrieve the parameter pick list options set for a report. This function retrieves the values in PEParameterPickListOption.
BOOL CRPE_API PEGetParameterPickListOption (
short printJob,
const char FAR *parameterFieldName,
const char FAR *reportName,
PEParameterPickListOption FAR *pickListOption );
Specifies the print job from which you want to retrieve the parameter pick list options. | |
Specifies a pointer to the parameterFieldName for which you want to retrieve pick list options. | |
Specifies a pointer to PEParameterPickListOption, which will contain the information retrieved. |
Regarding parameter reportName:
Declare Function PEGetParameterPickListOption Lib "crpe32.dll" (_
ByVal printJob As Integer, ByVal parameterFieldName As String, _
ByVal reportName As String, pickListOption As PEParameterPickListOption _
) As Integer
function PEGetParameterPickListOption (
printJob : Smallint;
parameterFieldName : PChar;
reportName : PChar;
var pickListOption : PEParameterPickListOption): Bool; {$ifdef WIN32}
stdcall; {$endif}
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |